home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_xUtils.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.1 KB  |  50 lines

  1. /*****************************************************************************
  2.   FILE           : d3_xUtils.ph
  3.   SHORTNAME      : xUtils.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for d3_xUtils.c
  7.   NOTES          : all functions will be exported
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 1.12.1991
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)d3_xUtils.ph    1.6 3/2/94
  14.   SCCS VERSION   : 1.6
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _D3_XUTILS_DEFINED_
  23. #define _D3_XUTILS_DEFINED_
  24.  
  25.  
  26. /* begin global definition section */
  27.  
  28.  
  29. Widget d3_xCreateButtonItem (char *name, Widget parent, Widget left, Widget top);
  30. Widget  d3_xCreateToggleItem(char *name, Widget parent, Widget group, Widget left, Widget top);
  31.  
  32.  
  33. extern Display *ui_display;
  34.  
  35.  
  36. /* end global definition section */
  37.  
  38.  
  39. /* begin private definition section */
  40.  
  41.  
  42. /* end private definition section */
  43.  
  44.  
  45. #endif /* _D3_XUTILS_DEFINED_ */
  46.  
  47.  
  48. /* end of file */
  49. /* lines: 23 */
  50.